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

Unified Diff: components/google/core/browser/google_switches.cc

Issue 301383003: Eliminate GoogleURLTracker's dependence on //chrome-level switches (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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
Index: components/google/core/browser/google_switches.cc
diff --git a/components/os_crypt/os_crypt_switches.cc b/components/google/core/browser/google_switches.cc
similarity index 51%
copy from components/os_crypt/os_crypt_switches.cc
copy to components/google/core/browser/google_switches.cc
index 6dffb39489f5d9d0c7a06e409b8e11ce78990343..2daf83673a5092f914e50bf34bff480ceb6d5812 100644
--- a/components/os_crypt/os_crypt_switches.cc
+++ b/components/google/core/browser/google_switches.cc
@@ -2,16 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/os_crypt/os_crypt_switches.h"
+#include "components/google/core/browser/google_switches.h"
-namespace os_crypt {
namespace switches {
-#if defined(OS_MACOSX)
-
-const char kUseMockKeychain[] = "use-mock-keychain";
-
-#endif // OS_MACOSX
+// Specifies an alternate URL to use for speaking to Google. Useful for testing.
+const char kGoogleBaseURL[] = "google-base-url";
} // namespace switches
-} // namespace os_crypt
« no previous file with comments | « components/google/core/browser/google_switches.h ('k') | components/google/core/browser/google_url_tracker_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698