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

Unified Diff: chrome/common/chrome_switches.h

Issue 134013004: [OriginChip] Add options for the position of the origin chip. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index b0db2dbc3c344a0bdb46cf15c66a31facf8562d1..01df1e182c49a624955c1f7c8696cdddbcc3f039 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -200,6 +200,9 @@ extern const char kEnableNpnHttpOnly[];
extern const char kEnableOfflineAutoReload[];
extern const char kEnableOmniboxAutoCompletionForIme[];
extern const char kEnableOriginChip[];
+extern const char kEnableOriginChipLeftOfLocationBar[];
+extern const char kEnableOriginChipRightOfLocationBar[];
+extern const char kEnableOriginChipLeftOfMenu[];
extern const char kEnablePanels[];
extern const char kEnablePasswordAutofillPublicSuffixDomainMatching[];
extern const char kEnableQueryExtraction[];

Powered by Google App Engine
This is Rietveld 408576698