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

Unified Diff: chrome/browser/extensions/api/extension_action/extension_actions_api.cc

Issue 10264006: Clean up comments from r134097. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/api/extension_action/extension_actions_api.cc
diff --git a/chrome/browser/extensions/api/extension_action/extension_actions_api.cc b/chrome/browser/extensions/api/extension_action/extension_actions_api.cc
index a6c6a4b986044b8ff785e24669d724fc8ab38f78..0cabc9e49f343243c1cfcdf04eba1c0e6a67e0ce 100644
--- a/chrome/browser/extensions/api/extension_action/extension_actions_api.cc
+++ b/chrome/browser/extensions/api/extension_action/extension_actions_api.cc
@@ -146,7 +146,7 @@ bool ExtensionActionFunction::ParseCSSColorString(
bool ExtensionActionFunction::SetVisible(bool visible) {
// If --browser-actions-for-all is enabled there will be a browser_action
- // here instead of a page action. Until we decide to do with that, just
+ // here instead of a page action. Until we decide what to do with that, just
// ignore.
if (!GetExtension()->page_action())
return true;
@@ -176,7 +176,7 @@ bool ExtensionActionSetIconFunction::RunExtensionAction() {
IPC::ReadParam(&bitmap_pickle, &iter, &bitmap));
extension_action_->SetIcon(tab_id_, bitmap);
} else if (details_->GetInteger("iconIndex", &icon_index)) {
- // If --browser-actions-for-all is enabled there might legimitely be an
+ // If --browser-actions-for-all is enabled there might legitimately be an
// iconIndex set. Until we decide what to do with that, ignore.
if (!GetExtension()->page_action())
return true;
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_browser_event_router.cc » ('j') | chrome/common/extensions/extension.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698