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

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

Issue 10828172: Allow platform apps to respond to Web Intents (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: about to submit Created 8 years, 3 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/shell_window_registry.h
diff --git a/chrome/browser/extensions/shell_window_registry.h b/chrome/browser/extensions/shell_window_registry.h
index 688f3d18219b3afb740bd522cb43770e1f618a0e..c479f9ab120ad5194a0e80f6b94520312da8a61a 100644
--- a/chrome/browser/extensions/shell_window_registry.h
+++ b/chrome/browser/extensions/shell_window_registry.h
@@ -50,7 +50,7 @@ class ShellWindowRegistry : public ProfileKeyedService {
virtual ~ShellWindowRegistry();
// Returns the instance for the given profile, or NULL if none. This is
- // a convenience wrapper around ShellWindowRegistryFactory::GetForProfile.
+ // a convenience wrapper around ShellWindowRegistry::Factory::GetForProfile.
static ShellWindowRegistry* Get(Profile* profile);
void AddShellWindow(ShellWindow* shell_window);
« no previous file with comments | « chrome/browser/extensions/platform_app_launcher.cc ('k') | chrome/browser/extensions/web_intent_callbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698