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

Unified Diff: chrome/common/chrome_switches.h

Issue 11293078: Integrating Online Wallet into Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes from Raman's code review Created 8 years, 1 month 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
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 170f3926438ae04c9f09c95576d2d8ab9d796dd9..fc2722471a4e6e115ebf81ae6174bad851e2141c 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -358,6 +358,8 @@ extern const char kUseWebBasedSigninFlow[];
extern const char kVariationsServerURL[];
extern const char kVersion[];
extern const char kVisitURLs[];
+extern const char kWalletSecureServiceUrl[];
+extern const char kWalletServiceUrl[];
extern const char kWebIntentsNativeServicesEnabled[];
extern const char kWebIntentsInvocationEnabled[];
extern const char kWhitelistedExtensionID[];

Powered by Google App Engine
This is Rietveld 408576698