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

Unified Diff: chrome/browser/extensions/extension_function_dispatcher.cc

Issue 9565008: Better fullscreen handling for Chrome OS Video Player (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/extensions/extension_function_dispatcher.cc
diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc
index 3fe605f30b99d0a30588c016912f24f3e0b5a4c8..12d14ffda3dd60f366d7d960a531804dd4554be4 100644
--- a/chrome/browser/extensions/extension_function_dispatcher.cc
+++ b/chrome/browser/extensions/extension_function_dispatcher.cc
@@ -410,6 +410,8 @@ void FactoryRegistry::ResetFunctions() {
RegisterFunction<GetSizeStatsFunction>();
RegisterFunction<FormatDeviceFunction>();
RegisterFunction<ViewFilesFunction>();
+ RegisterFunction<ToggleFullscreenFunction>();
+ RegisterFunction<IsFullscreenFunction>();
// Mediaplayer
RegisterFunction<PlayMediaplayerFunction>();

Powered by Google App Engine
This is Rietveld 408576698