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

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

Issue 510183002: Fix ExtensionOptionsGuest style and minor bug (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase error 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
« no previous file with comments | « no previous file | chrome/browser/guest_view/extension_options/extension_options_guest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e54333623af86e3dd4f223e68ec90b3a4c932fe2..5f5b0d5a1c3bccc234f0ce9c21144a94b32bac54 100644
--- a/chrome/browser/guest_view/extension_options/extension_options_guest.h
+++ b/chrome/browser/guest_view/extension_options/extension_options_guest.h
@@ -61,8 +61,8 @@ class ExtensionOptionsGuest
ExtensionOptionsGuest(content::BrowserContext* browser_context,
int guest_instance_id);
virtual ~ExtensionOptionsGuest();
- void SetUpAutoSize();
void OnRequest(const ExtensionHostMsg_Request_Params& params);
+ void SetUpAutoSize();
scoped_ptr<extensions::ExtensionFunctionDispatcher>
extension_function_dispatcher_;
« no previous file with comments | « no previous file | chrome/browser/guest_view/extension_options/extension_options_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698