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

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: Added WebIntentCallbacks profile keyed class to manage callbacks Created 8 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
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 3e248cbc8acde92f8282f0af3aae46270766cc36..66b0ce74d15c20062591b2c5ab6e919a92ea8423 100644
--- a/chrome/browser/extensions/shell_window_registry.h
+++ b/chrome/browser/extensions/shell_window_registry.h
@@ -48,7 +48,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);

Powered by Google App Engine
This is Rietveld 408576698