| Index: chrome/browser/ui/webui/chrome_web_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chrome_web_ui.h (revision 101584)
|
| +++ chrome/browser/ui/webui/chrome_web_ui.h (working copy)
|
| @@ -24,10 +24,6 @@
|
| return force_bookmark_bar_visible_;
|
| }
|
|
|
| - // IsMoreWebUI returns a command line flag that tracks whether to use
|
| - // available WebUI implementations of native dialogs.
|
| - static bool IsMoreWebUI();
|
| -
|
| protected:
|
| void set_force_bookmark_bar_visible(bool value) {
|
| force_bookmark_bar_visible_ = value;
|
|
|