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

Unified Diff: chrome/browser/shell_integration.h

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: ready to review Created 9 years, 10 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/shell_integration.h
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
index 6caed5795cfe9610087fb627504aac74498f707b..18a94f5c97813ca16167fc1f0d0234792d6f0b2d 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -72,10 +72,8 @@ class ShellIntegration {
bool create_in_quick_launch_bar;
};
- // Re-implementation of chrome_plugin_utill::CPB_GetCommandLineArgumentsCommon
- // which is deprecated. If |extension_app_id| is non-empty, an arguments
- // string is created using the kAppId=<id> flag. Otherwise, the kApp=<url> is
- // used.
+ // If |extension_app_id| is non-empty, an arguments string is created using
+ // the kAppId=<id> flag. Otherwise, the kApp=<url> is used.
// NOTE: This function is dangerous, do not use! You cannot treat
// command lines as plain strings as there are metacharacters.
// TODO(evanm): remove it.

Powered by Google App Engine
This is Rietveld 408576698