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

Unified Diff: chrome/browser/guest_view/extension_options/extension_options_guest.h

Issue 497843002: GuestViews should be able to specify task manager entries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added DEPS Created 6 years, 4 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/guest_view/extension_options/extension_options_guest.h
diff --git a/chrome/browser/guest_view/extension_options/extension_options_guest.h b/chrome/browser/guest_view/extension_options/extension_options_guest.h
index 30ce089f3222eba2e9fb0b28c306c574fba17c27..73f0384a2f2cfc38af708715db234c3940f6172a 100644
--- a/chrome/browser/guest_view/extension_options/extension_options_guest.h
+++ b/chrome/browser/guest_view/extension_options/extension_options_guest.h
@@ -23,7 +23,6 @@ class ExtensionOptionsGuest
content::BrowserContext* browser_context, int guest_instance_id);
// GuestViewBase implementation.
- virtual const char* GetAPINamespace() OVERRIDE;
virtual void CreateWebContents(
const std::string& embedder_extension_id,
int embedder_render_process_id,
@@ -32,6 +31,8 @@ class ExtensionOptionsGuest
virtual void DidAttachToEmbedder() OVERRIDE;
virtual void DidInitialize() OVERRIDE;
virtual void DidStopLoading() OVERRIDE;
+ virtual const char* GetAPINamespace() const OVERRIDE;
+ virtual int GetTaskPrefix() const OVERRIDE;
virtual void GuestSizeChangedDueToAutoSize(
const gfx::Size& old_size,
const gfx::Size& new_size) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698