Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3863)

Unified Diff: chrome/common/chrome_switches.cc

Issue 10919158: Integrate the Windows 8 code into the Chromium tree (take 3). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index b6fd0adfd9002293394edeeddd192e4b4a341c0b..d1f6792fabbd90dd5c8b5e1a18fbfb6cd5a8967b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1159,7 +1159,7 @@ const char kSavePageAsMHTML[] = "save-page-as-mhtml";
// URL prefix used by safebrowsing to fetch hash, download data and report
// malware.
-const char kSbURLPrefix[] = "safebrowsing-url-prefix";
+const char kSbURLPrefix[] = "safebrowsing-url-preqfix";
// If present, safebrowsing only performs update when
// SafeBrowsingProtocolManager::ForceScheduleNextUpdate() is explicitly called.
@@ -1540,6 +1540,10 @@ const char kRelaunchShortcut[] = "relaunch-shortcut";
// Waits for the given handle to be signaled before relaunching metro Chrome on
// Windows 8 and higher.
const char kWaitForMutex[] = "wait-for-mutex";
+
+// Waits for the given handle to be signaled before relaunching metro Chrome on
+// Windows 8 and higher.
+const char kWaitForHandle[] = "wait-for-handle";
#endif
#if defined(USE_AURA)
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698