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

Side by Side Diff: ios/chrome/browser/chrome_switches.cc

Issue 2680263003: Remove the iOS QR Code scanner experiment code. (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/chrome_switches.h ('k') | ios/chrome/browser/experimental_flags.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ios/chrome/browser/chrome_switches.h" 5 #include "ios/chrome/browser/chrome_switches.h"
6 6
7 namespace switches { 7 namespace switches {
8 8
9 // ----------------------------------------------------------------------------- 9 // -----------------------------------------------------------------------------
10 // When commenting your switch, please use the same voice as surrounding 10 // When commenting your switch, please use the same voice as surrounding
(...skipping 25 matching lines...) Expand all
36 36
37 // Disable the snapshots lru cache. 37 // Disable the snapshots lru cache.
38 const char kDisableLRUSnapshotCache[] = "disable-lru-snapshot-cache"; 38 const char kDisableLRUSnapshotCache[] = "disable-lru-snapshot-cache";
39 39
40 // Disable auto-reload of error pages if offline. 40 // Disable auto-reload of error pages if offline.
41 const char kDisableOfflineAutoReload[] = "disable-offline-auto-reload"; 41 const char kDisableOfflineAutoReload[] = "disable-offline-auto-reload";
42 42
43 // Disable the Payment Request API. 43 // Disable the Payment Request API.
44 const char kDisablePaymentRequest[] = "disable-payment-request"; 44 const char kDisablePaymentRequest[] = "disable-payment-request";
45 45
46 // Disables the QR Code scanner.
47 const char kDisableQRScanner[] = "disable-qr-scanner";
48
49 // Disables the Spotlight actions. 46 // Disables the Spotlight actions.
50 const char kDisableSpotlightActions[] = "disable-spotlight-actions"; 47 const char kDisableSpotlightActions[] = "disable-spotlight-actions";
51 48
52 // Disables the tab strip auto scroll new tabs. 49 // Disables the tab strip auto scroll new tabs.
53 const char kDisableTabStripAutoScrollNewTabs[] = 50 const char kDisableTabStripAutoScrollNewTabs[] =
54 "disable-tab-strip-autoscroll-new-tabs"; 51 "disable-tab-strip-autoscroll-new-tabs";
55 52
56 // Disables the tab switcher. 53 // Disables the tab switcher.
57 const char kDisableTabSwitcher[] = "disable-tab-switcher"; 54 const char kDisableTabSwitcher[] = "disable-tab-switcher";
58 55
(...skipping 30 matching lines...) Expand all
89 86
90 // Enables the snapshot lru cache. 87 // Enables the snapshot lru cache.
91 const char kEnableLRUSnapshotCache[] = "enable-lru-snapshot-cache"; 88 const char kEnableLRUSnapshotCache[] = "enable-lru-snapshot-cache";
92 89
93 // Enable auto-reload of error pages if offline. 90 // Enable auto-reload of error pages if offline.
94 const char kEnableOfflineAutoReload[] = "enable-offline-auto-reload"; 91 const char kEnableOfflineAutoReload[] = "enable-offline-auto-reload";
95 92
96 // Enable the Payment Request API. 93 // Enable the Payment Request API.
97 const char kEnablePaymentRequest[] = "enable-payment-request"; 94 const char kEnablePaymentRequest[] = "enable-payment-request";
98 95
99 // Enables the QR Code scanner.
100 const char kEnableQRScanner[] = "enable-qr-scanner";
101
102 // Enables context-sensitive reader mode button in the toolbar. 96 // Enables context-sensitive reader mode button in the toolbar.
103 const char kEnableReaderModeToolbarIcon[] = "enable-reader-mode-toolbar-icon"; 97 const char kEnableReaderModeToolbarIcon[] = "enable-reader-mode-toolbar-icon";
104 98
105 // Enables the Spotlight actions. 99 // Enables the Spotlight actions.
106 const char kEnableSpotlightActions[] = "enable-spotlight-actions"; 100 const char kEnableSpotlightActions[] = "enable-spotlight-actions";
107 101
108 // Enables the tab switcher. 102 // Enables the tab switcher.
109 const char kEnableTabSwitcher[] = "enable-tab-switcher"; 103 const char kEnableTabSwitcher[] = "enable-tab-switcher";
110 104
111 // Enables Physical Web scanning for nearby URLs. 105 // Enables Physical Web scanning for nearby URLs.
(...skipping 24 matching lines...) Expand all
136 const char kIOSIgnoreCertificateErrors[] = "ignore-certificate-errors"; 130 const char kIOSIgnoreCertificateErrors[] = "ignore-certificate-errors";
137 131
138 // Allows for forcing socket connections to http/https to use fixed ports. 132 // Allows for forcing socket connections to http/https to use fixed ports.
139 const char kIOSTestingFixedHttpPort[] = "testing-fixed-http-port"; 133 const char kIOSTestingFixedHttpPort[] = "testing-fixed-http-port";
140 const char kIOSTestingFixedHttpsPort[] = "testing-fixed-https-port"; 134 const char kIOSTestingFixedHttpsPort[] = "testing-fixed-https-port";
141 135
142 // Enables grouping websites by domain and filtering them by period. 136 // Enables grouping websites by domain and filtering them by period.
143 const char kHistoryEnableGroupByDomain[] = "enable-grouped-history"; 137 const char kHistoryEnableGroupByDomain[] = "enable-grouped-history";
144 138
145 } // namespace switches 139 } // namespace switches
OLDNEW
« no previous file with comments | « ios/chrome/browser/chrome_switches.h ('k') | ios/chrome/browser/experimental_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698