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

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

Issue 8727024: Save the oauth client id used in App Notification setup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed nits Created 9 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/extension_tab_helper.h
diff --git a/chrome/browser/extensions/extension_tab_helper.h b/chrome/browser/extensions/extension_tab_helper.h
index 7310aaa8b11322aa95d0420c03ca0f92675601d9..6a27ebf9003557de318b7493ebcd2ed939e26a5a 100644
--- a/chrome/browser/extensions/extension_tab_helper.h
+++ b/chrome/browser/extensions/extension_tab_helper.h
@@ -127,10 +127,10 @@ class ExtensionTabHelper
const std::string& error) OVERRIDE;
// AppNotifyChannelSetup::Delegate.
- virtual void AppNotifyChannelSetupComplete(const std::string& channel_id,
- const std::string& error,
- int return_route_id,
- int callback_id) OVERRIDE;
+ virtual void AppNotifyChannelSetupComplete(
+ const std::string& channel_id,
+ const std::string& error,
+ const AppNotifyChannelSetup* setup) OVERRIDE;
// Data for app extensions ---------------------------------------------------
« no previous file with comments | « chrome/browser/extensions/extension_sync_data_unittest.cc ('k') | chrome/browser/extensions/extension_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698