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

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 2138973002: Initial CL for talking to the WebAPK server to generate WebAPK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into webapk_builder_impl22_no_content Created 4 years, 4 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 | « chrome/common/chrome_switches.h ('k') | third_party/smhasher/BUILD.gn » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 10
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 const char kTabManagementExperimentTypeBasil[] = 1099 const char kTabManagementExperimentTypeBasil[] =
1100 "tab-management-experiment-type-basil"; 1100 "tab-management-experiment-type-basil";
1101 const char kTabManagementExperimentTypeChive[] = 1101 const char kTabManagementExperimentTypeChive[] =
1102 "tab-management-experiment-type-chive"; 1102 "tab-management-experiment-type-chive";
1103 const char kTabManagementExperimentTypeDill[] = 1103 const char kTabManagementExperimentTypeDill[] =
1104 "tab-management-experiment-type-dill"; 1104 "tab-management-experiment-type-dill";
1105 const char kTabManagementExperimentTypeDisabled[] = 1105 const char kTabManagementExperimentTypeDisabled[] =
1106 "tab-management-experiment-type-disabled"; 1106 "tab-management-experiment-type-disabled";
1107 const char kTabManagementExperimentTypeElderberry[] = 1107 const char kTabManagementExperimentTypeElderberry[] =
1108 "tab-management-experiment-type-elderberry"; 1108 "tab-management-experiment-type-elderberry";
1109
1110 // Custom WebAPK server URL for the sake of testing.
1111 const char kWebApkServerUrl[] = "webapk-server-url";
1109 #endif // defined(OS_ANDROID) 1112 #endif // defined(OS_ANDROID)
1110 1113
1111 #if defined(OS_CHROMEOS) 1114 #if defined(OS_CHROMEOS)
1112 // Enables the intent picker so the user can handle URL links with ARC apps. 1115 // Enables the intent picker so the user can handle URL links with ARC apps.
1113 const char kEnableIntentPicker[] = "enable-intent-picker"; 1116 const char kEnableIntentPicker[] = "enable-intent-picker";
1114 1117
1115 // Enables native cups integration 1118 // Enables native cups integration
1116 const char kEnableNativeCups[] = "enable-native-cups"; 1119 const char kEnableNativeCups[] = "enable-native-cups";
1117 #endif // defined(OS_CHROMEOS) 1120 #endif // defined(OS_CHROMEOS)
1118 1121
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 1330
1328 // ----------------------------------------------------------------------------- 1331 // -----------------------------------------------------------------------------
1329 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1332 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1330 // 1333 //
1331 // You were going to just dump your switches here, weren't you? Instead, please 1334 // You were going to just dump your switches here, weren't you? Instead, please
1332 // put them in alphabetical order above, or in order inside the appropriate 1335 // put them in alphabetical order above, or in order inside the appropriate
1333 // ifdef at the bottom. The order should match the header. 1336 // ifdef at the bottom. The order should match the header.
1334 // ----------------------------------------------------------------------------- 1337 // -----------------------------------------------------------------------------
1335 1338
1336 } // namespace switches 1339 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | third_party/smhasher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698