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

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

Issue 6646025: Deleted WebPluginDelegatePepper. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/pepper_devices.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 (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 8
9 namespace switches { 9 namespace switches {
10 10
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 // Runs WebGL inside the renderer process. 701 // Runs WebGL inside the renderer process.
702 const char kInProcessWebGL[] = "in-process-webgl"; 702 const char kInProcessWebGL[] = "in-process-webgl";
703 703
704 // Causes the browser to launch directly in incognito mode. 704 // Causes the browser to launch directly in incognito mode.
705 const char kIncognito[] = "incognito"; 705 const char kIncognito[] = "incognito";
706 706
707 // URL to use for instant. If specified this overrides the url from the 707 // URL to use for instant. If specified this overrides the url from the
708 // TemplateURL. 708 // TemplateURL.
709 const char kInstantURL[] = "instant-url"; 709 const char kInstantURL[] = "instant-url";
710 710
711 // Runs a trusted Pepper plugin inside the renderer process.
712 const char kInternalPepper[] = "internal-pepper";
713
714 // Specifies the flags passed to JS engine 711 // Specifies the flags passed to JS engine
715 const char kJavaScriptFlags[] = "js-flags"; 712 const char kJavaScriptFlags[] = "js-flags";
716 713
717 // Used for testing - keeps browser alive after last browser window closes. 714 // Used for testing - keeps browser alive after last browser window closes.
718 const char kKeepAliveForTest[] = "keep-alive-for-test"; 715 const char kKeepAliveForTest[] = "keep-alive-for-test";
719 716
720 // Load an extension from the specified directory. 717 // Load an extension from the specified directory.
721 const char kLoadExtension[] = "load-extension"; 718 const char kLoadExtension[] = "load-extension";
722 719
723 // Uninstall an extension with the specified extension id. 720 // Uninstall an extension with the specified extension id.
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 1241
1245 // ----------------------------------------------------------------------------- 1242 // -----------------------------------------------------------------------------
1246 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1243 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1247 // 1244 //
1248 // You were going to just dump your switches here, weren't you? Instead, 1245 // You were going to just dump your switches here, weren't you? Instead,
1249 // please put them in alphabetical order above, or in order inside the 1246 // please put them in alphabetical order above, or in order inside the
1250 // appropriate ifdef at the bottom. The order should match the header. 1247 // appropriate ifdef at the bottom. The order should match the header.
1251 // ----------------------------------------------------------------------------- 1248 // -----------------------------------------------------------------------------
1252 1249
1253 } // namespace switches 1250 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/pepper_devices.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698