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

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

Issue 2703363004: Add an infobar if a session is being controlled by an automated test. (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 | « chrome/common/chrome_switches.h ('k') | chrome/test/chromedriver/chrome_launcher.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 (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 #include "ppapi/features/features.h" 10 #include "ppapi/features/features.h"
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 const char kEasyUnlockAppPath[] = "easy-unlock-app-path"; 305 const char kEasyUnlockAppPath[] = "easy-unlock-app-path";
306 306
307 // Enables the display of a banner allowing the user to add a web 307 // Enables the display of a banner allowing the user to add a web
308 // app to their shelf (or platform-specific equivalent) 308 // app to their shelf (or platform-specific equivalent)
309 const char kEnableAddToShelf[] = "enable-add-to-shelf"; 309 const char kEnableAddToShelf[] = "enable-add-to-shelf";
310 310
311 // If the WebRTC logging private API is active, enables audio debug recordings. 311 // If the WebRTC logging private API is active, enables audio debug recordings.
312 const char kEnableAudioDebugRecordingsFromExtension[] = 312 const char kEnableAudioDebugRecordingsFromExtension[] =
313 "enable-audio-debug-recordings-from-extension"; 313 "enable-audio-debug-recordings-from-extension";
314 314
315 // Inform users that their browser is being controlled by an automated test.
316 const char kEnableAutomation[] = "enable-automation";
317
315 // Enables the benchmarking extensions. 318 // Enables the benchmarking extensions.
316 const char kEnableBenchmarking[] = "enable-benchmarking"; 319 const char kEnableBenchmarking[] = "enable-benchmarking";
317 320
318 // Enables the multi-level undo system for bookmarks. 321 // Enables the multi-level undo system for bookmarks.
319 const char kEnableBookmarkUndo[] = "enable-bookmark-undo"; 322 const char kEnableBookmarkUndo[] = "enable-bookmark-undo";
320 323
321 // Enables data volume counters in the Clear Browsing Data dialog. 324 // Enables data volume counters in the Clear Browsing Data dialog.
322 const char kEnableClearBrowsingDataCounters[] = 325 const char kEnableClearBrowsingDataCounters[] =
323 "enable-clear-browsing-data-counters"; 326 "enable-clear-browsing-data-counters";
324 327
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 1219
1217 // ----------------------------------------------------------------------------- 1220 // -----------------------------------------------------------------------------
1218 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE. 1221 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE.
1219 // 1222 //
1220 // You were going to just dump your switches here, weren't you? Instead, please 1223 // You were going to just dump your switches here, weren't you? Instead, please
1221 // put them in alphabetical order above, or in order inside the appropriate 1224 // put them in alphabetical order above, or in order inside the appropriate
1222 // ifdef at the bottom. The order should match the header. 1225 // ifdef at the bottom. The order should match the header.
1223 // ----------------------------------------------------------------------------- 1226 // -----------------------------------------------------------------------------
1224 1227
1225 } // namespace switches 1228 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/chromedriver/chrome_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698