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

Unified Diff: chrome/browser/extensions/extension_view.h

Issue 42435: Implement default css for toolstrips. (Closed)
Patch Set: Fix crash Created 11 years, 9 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_view.h
diff --git a/chrome/browser/extensions/extension_view.h b/chrome/browser/extensions/extension_view.h
index 6bb9e7a58247e2c360dc4ab87692efdacfbd871f..bbe4ba5d0c0c0306703f0a3155fc339c79f8b33e 100755
--- a/chrome/browser/extensions/extension_view.h
+++ b/chrome/browser/extensions/extension_view.h
@@ -39,6 +39,8 @@ class ExtensionView : public HWNDHtmlView,
const int flags,
IPC::Message* reply_msg,
bool* did_suppress_message);
+ virtual void DidStartLoading(RenderViewHost* render_view_host,
+ int32 page_id);
private:
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698