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

Unified Diff: chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc

Issue 11369237: Add a way to fetch window frame metrics from NativeShellWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move to NativeShellWindow Created 8 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/extensions/api/app_current_window_internal/app_current_window_internal_api.cc
diff --git a/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc b/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc
index 5619b65ae38f145f31215d73e5a5ced08ba9ea43..97eabc788a25f60b74129e39390080b10a1dc65e 100644
--- a/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc
+++ b/chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.h"
#include "chrome/browser/extensions/shell_window_registry.h"
+#include "chrome/browser/ui/extensions/native_shell_window.h"
stevenjb 2012/11/20 18:34:07 This shouldn't be necessary, should it?
#include "chrome/browser/ui/extensions/shell_window.h"
#include "chrome/common/extensions/extension_error_utils.h"
« no previous file with comments | « no previous file | chrome/browser/extensions/shell_window_registry.cc » ('j') | chrome/browser/extensions/shell_window_registry.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698