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

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

Issue 11882025: Move "oauth2" manifest key parsing out of Extension class. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 11 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_install_prompt.h
===================================================================
--- chrome/browser/extensions/extension_install_prompt.h (revision 179928)
+++ chrome/browser/extensions/extension_install_prompt.h (working copy)
@@ -39,6 +39,7 @@
class BundleInstaller;
class Extension;
class ExtensionWebstorePrivateApiTest;
+class MockGetAuthTokenFunction;
class PermissionSet;
} // namespace extensions
@@ -297,8 +298,8 @@
protected:
friend class extensions::ExtensionWebstorePrivateApiTest;
+ friend class extensions::MockGetAuthTokenFunction;
friend class WebstoreStandaloneInstallUnpackFailureTest;
- friend class MockGetAuthTokenFunction;
// Whether or not we should record the oauth2 grant upon successful install.
bool record_oauth2_grant_;
« no previous file with comments | « chrome/browser/extensions/api/identity/identity_apitest.cc ('k') | chrome/browser/extensions/extension_install_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698