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

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

Issue 259843004: Remove some NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED from c/b/extensions Part2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comment Created 6 years, 8 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/external_install_ui.h
diff --git a/chrome/browser/extensions/external_install_ui.h b/chrome/browser/extensions/external_install_ui.h
index 1cc59392771166b598d814450f06c53b2fd4c1b4..b8ee953e97cfcf5b44430f536d9fdc68f6b8e2ca 100644
--- a/chrome/browser/extensions/external_install_ui.h
+++ b/chrome/browser/extensions/external_install_ui.h
@@ -20,8 +20,9 @@ void AddExternalInstallError(ExtensionService* service,
bool is_new_profile);
void RemoveExternalInstallError(ExtensionService* service);
-// Used for testing.
bool HasExternalInstallError(ExtensionService* service);
+
+// Used for testing.
bool HasExternalInstallBubble(ExtensionService* service);
} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/extension_toolbar_model.cc ('k') | chrome/browser/extensions/external_install_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698