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

Unified Diff: chrome/browser/ui/exclusive_access/exclusive_access_context.cc

Issue 1414033009: Implement a Menu Item to Hide the Toolbar in Fullscreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and merge code Created 5 years, 1 month 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/exclusive_access/exclusive_access_context.cc
diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_context.cc b/chrome/browser/ui/exclusive_access/exclusive_access_context.cc
index f85582cd00ec2e54beee5336ca05b0edf41f1214..ba549b07d0ac59d912658506b89db32d9f177606 100644
--- a/chrome/browser/ui/exclusive_access/exclusive_access_context.cc
+++ b/chrome/browser/ui/exclusive_access/exclusive_access_context.cc
@@ -14,6 +14,10 @@ void ExclusiveAccessContext::UpdateFullscreenWithToolbar(bool with_toolbar) {
NOTIMPLEMENTED();
}
+void ExclusiveAccessContext::ToggleFullscreenToolbar() {
+ NOTIMPLEMENTED();
+}
+
#if defined(OS_WIN)
void ExclusiveAccessContext::SetMetroSnapMode(bool enable) {
NOTIMPLEMENTED();
« no previous file with comments | « chrome/browser/ui/exclusive_access/exclusive_access_context.h ('k') | chrome/browser/ui/views/frame/browser_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698