summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-07 11:04:17 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-07 11:04:17 +0000
commit4622ca2c83d831c0b76030cfa0250f6b3c31b7d2 (patch)
tree3a5607efd365af9ca774468b84979c2b9d8c088d /chrome/common
parent7eeae363b7396fb86170a0c62e0715963a67aa53 (diff)
downloadchromium_src-4622ca2c83d831c0b76030cfa0250f6b3c31b7d2.zip
chromium_src-4622ca2c83d831c0b76030cfa0250f6b3c31b7d2.tar.gz
chromium_src-4622ca2c83d831c0b76030cfa0250f6b3c31b7d2.tar.bz2
Don't link-depend on views/ in chrome/browser/gtk
This is a preparation for removing even more dependencies on views/ on Linux, but further parts are more complicated. http://crbug.com/11066 Review URL: http://codereview.chromium.org/115078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
-rw-r--r--chrome/common/chrome_switches.h2
2 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index c2e1cbc..2b1227c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -409,9 +409,6 @@ const wchar_t kWebWorkerProcessPerCore[] = L"web-worker-process-per-core";
// Note this is duplicated in webworkerclient_impl.cc
const wchar_t kWebWorkerShareProcesses[] = L"web-worker-share-processes";
-// Enables experimental views under gtk.
-const wchar_t kViewsGtk[] = L"views-gtk";
-
// Enables the bookmark menu.
const wchar_t kBookmarkMenu[] = L"bookmark-menu";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 87e86c0..bdd8e5b 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -157,8 +157,6 @@ extern const wchar_t kEnableWebWorkers[];
extern const wchar_t kWebWorkerProcessPerCore[];
extern const wchar_t kWebWorkerShareProcesses[];
-extern const wchar_t kViewsGtk[];
-
extern const wchar_t kBookmarkMenu[];
extern const wchar_t kEnableStatsTable[];