Home | History | Annotate | Download | only in browser

Lines Matching refs:chrome

5 #include "chrome/browser/jumplist_win.h"
24 #include "chrome/browser/favicon_service.h"
25 #include "chrome/browser/history/history.h"
26 #include "chrome/browser/history/page_usage_data.h"
27 #include "chrome/browser/profiles/profile.h"
28 #include "chrome/browser/sessions/session_types.h"
29 #include "chrome/browser/sessions/tab_restore_service.h"
30 #include "chrome/browser/shell_integration.h"
31 #include "chrome/common/chrome_constants.h"
32 #include "chrome/common/chrome_switches.h"
33 #include "chrome/common/url_constants.h"
346 // Create an IShellLink object which launches Chrome, and add it to the
350 scoped_refptr<ShellLinkItem> chrome(new ShellLinkItem);
354 chrome->SetTitle(chrome_title);
355 chrome->SetIcon(chrome_path, 0, false);
356 AddShellLink(collection, chrome_path, chrome_switches, chrome);
358 // Create an IShellLink object which launches Chrome in incognito mode, and
420 // Retrieve the absolute path to "chrome.exe".
604 icon_dir_ = profile->GetPath().Append(chrome::kJumpListIconDirname);
651 if (current_navigation.virtual_url() == GURL(chrome::kChromeUINewTabURL))
701 // The command that opens a web page with chrome is:
702 // "chrome.exe <url-to-the-web-page>".