diff options
author | antonm@chromium.org <antonm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-03 13:39:45 +0000 |
---|---|---|
committer | antonm@chromium.org <antonm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-03 13:39:45 +0000 |
commit | 69bf9bce1ed7e0464287fce03a9d4df2dd8bdb13 (patch) | |
tree | edb50451d253f64adf3dc16cb393d9473fadfefa /content/public/common | |
parent | e1035cd84b8cb43dcbe1e40a7f2fd4ac960343cc (diff) | |
download | chromium_src-69bf9bce1ed7e0464287fce03a9d4df2dd8bdb13.zip chromium_src-69bf9bce1ed7e0464287fce03a9d4df2dd8bdb13.tar.gz chromium_src-69bf9bce1ed7e0464287fce03a9d4df2dd8bdb13.tar.bz2 |
Do not use setDartFlags API as we're now passing flags by other means.
Review URL: http://codereview.chromium.org/9307062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/common')
-rw-r--r-- | content/public/common/content_switches.cc | 3 | ||||
-rw-r--r-- | content/public/common/content_switches.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc index 6ddd375..ea8f680 100644 --- a/content/public/common/content_switches.cc +++ b/content/public/common/content_switches.cc @@ -33,9 +33,6 @@ const char kBrowserSubprocessPath[] = "browser-subprocess-path"; // as a dependent process of the Chrome Frame plugin. const char kChromeFrame[] = "chrome-frame"; -// Options to pass to the Dart VM. -const char kDartFlags[] = "dart-flags"; - // Disables client-visible 3D APIs, in particular WebGL and Pepper 3D. // This is controlled by policy and is kept separate from the other // enable/disable switches to avoid accidentally regressing the policy diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h index ba48bfe..cc631ee 100644 --- a/content/public/common/content_switches.h +++ b/content/public/common/content_switches.h @@ -22,7 +22,6 @@ CONTENT_EXPORT extern const char kBrowserCrashTest[]; CONTENT_EXPORT extern const char kBrowserSubprocessPath[]; // TODO(jam): this doesn't belong in content. CONTENT_EXPORT extern const char kChromeFrame[]; -extern const char kDartFlags[]; CONTENT_EXPORT extern const char kDisable3DAPIs[]; CONTENT_EXPORT extern const char kDisableAccelerated2dCanvas[]; CONTENT_EXPORT extern const char kDisableAcceleratedCompositing[]; |