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

Unified Diff: chrome/browser/cocoa/extensions/extension_popup_controller.h

Issue 2858028: [Mac] Base implementation of extension infobars on the mac.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/cocoa/extensions/extension_popup_controller.h
===================================================================
--- chrome/browser/cocoa/extensions/extension_popup_controller.h (revision 50982)
+++ chrome/browser/cocoa/extensions/extension_popup_controller.h (working copy)
@@ -50,7 +50,7 @@
scoped_ptr<DevtoolsNotificationBridge> notificationBridge_;
// Whether the popup has a devtools window attached to it.
- bool beingInspected_;
+ BOOL beingInspected_;
}
// Returns the ExtensionHost object associated with this popup.

Powered by Google App Engine
This is Rietveld 408576698