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

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

Issue 42460: Adds a bookmark menu. This is experimental. To turn on you need... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 // If this flag is set open out of process developer tools window instead of 402 // If this flag is set open out of process developer tools window instead of
403 // Console Debugger when user clicks "Debug JavaScript". 403 // Console Debugger when user clicks "Debug JavaScript".
404 const wchar_t kEnableOutOfProcessDevTools[] = L"enable-oop-devtools"; 404 const wchar_t kEnableOutOfProcessDevTools[] = L"enable-oop-devtools";
405 405
406 // Enable HTML5 Worker support 406 // Enable HTML5 Worker support
407 const wchar_t kEnableWebWorkers[] = L"enable-web-workers"; 407 const wchar_t kEnableWebWorkers[] = L"enable-web-workers";
408 408
409 // Enables experimental views under gtk. 409 // Enables experimental views under gtk.
410 const wchar_t kViewsGtk[] = L"views-gtk"; 410 const wchar_t kViewsGtk[] = L"views-gtk";
411 411
412 // Enables the bookmark menu.
413 const wchar_t kBookmarkMenu[] = L"bookmark-menu";
414
412 } // namespace switches 415 } // namespace switches
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698