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

Unified Diff: chrome/browser/ui/browser.h

Issue 7309006: Disable encoding menu item for chrome://bookmarks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | chrome/browser/ui/browser.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
===================================================================
--- chrome/browser/ui/browser.h (revision 91505)
+++ chrome/browser/ui/browser.h (working copy)
@@ -929,6 +929,9 @@
// Initialize state for all browser commands.
void InitCommandState();
+ // Returns |true| if entry has an internal chrome:// URL.
+ bool HasInternalURL(const NavigationEntry *entry) const;
brettw 2011/07/06 16:55:24 It looks like this doesn't actually have to be a m
Alexei Svitkine (slow) 2011/07/06 19:00:05 Done.
+
// Update commands whose state depends on the tab's state.
void UpdateCommandsForTabState();
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | chrome/browser/ui/browser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698