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

Unified Diff: chrome/browser/ui/panels/panel.cc

Issue 6913026: Compact Navigation prototype (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 8 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
Index: chrome/browser/ui/panels/panel.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index c9dcfc5d8a1b2dc8f449d0be7392e2630425ba3f..12000078ee57b329071eb8e06f7fbb02599e9a70 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -308,6 +308,10 @@ void Panel::ShowCreateChromeAppShortcutsDialog(Profile* profile,
NOTIMPLEMENTED();
}
+void Panel::ToggleUseCompactNavigationBar() {
+ NOTIMPLEMENTED();
+}
+
void Panel::Cut() {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698