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

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

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: merge Created 3 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 unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/browser_about_rewriter.cc ('k') | ios/chrome/browser/chrome_switches.cc » ('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 #ifndef IOS_CHROME_BROWSER_CHROME_SWITCHES_H_ 5 #ifndef IOS_CHROME_BROWSER_CHROME_SWITCHES_H_
6 #define IOS_CHROME_BROWSER_CHROME_SWITCHES_H_ 6 #define IOS_CHROME_BROWSER_CHROME_SWITCHES_H_
7 7
8 // Defines all the command-line switches used by iOS Chrome. 8 // Defines all the command-line switches used by iOS Chrome.
9 9
10 namespace switches { 10 namespace switches {
(...skipping 27 matching lines...) Expand all
38 38
39 extern const char kIOSForceVariationIds[]; 39 extern const char kIOSForceVariationIds[];
40 extern const char kIOSMetricsRecordingOnly[]; 40 extern const char kIOSMetricsRecordingOnly[];
41 extern const char kUserAgent[]; 41 extern const char kUserAgent[];
42 42
43 extern const char kIOSHostResolverRules[]; 43 extern const char kIOSHostResolverRules[];
44 extern const char kIOSIgnoreCertificateErrors[]; 44 extern const char kIOSIgnoreCertificateErrors[];
45 extern const char kIOSTestingFixedHttpPort[]; 45 extern const char kIOSTestingFixedHttpPort[];
46 extern const char kIOSTestingFixedHttpsPort[]; 46 extern const char kIOSTestingFixedHttpsPort[];
47 47
48 // TODO(crbug.com/567136): this switches is duplicated between desktop
49 // and iOS. Once the corresponding code has been componentized or is no longer
50 // used by iOS, remove the duplicate definition.
51 extern const char kHistoryEnableGroupByDomain[];
52 } // namespace switches 48 } // namespace switches
53 49
54 #endif // IOS_CHROME_BROWSER_CHROME_SWITCHES_H_ 50 #endif // IOS_CHROME_BROWSER_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « ios/chrome/browser/browser_about_rewriter.cc ('k') | ios/chrome/browser/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698