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

Unified Diff: chrome/browser/ime_input.h

Issue 3013038: Fix lines longer than 80 characters. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 5 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
« no previous file with comments | « chrome/browser/child_process_security_policy.h ('k') | chrome/common/webkit_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ime_input.h
diff --git a/chrome/browser/ime_input.h b/chrome/browser/ime_input.h
index 16e6110caf37f9dbeaf434c59b50419834905180..e446ad32755d7cd222fb85faa1046b3e88fd9f8e 100644
--- a/chrome/browser/ime_input.h
+++ b/chrome/browser/ime_input.h
@@ -224,8 +224,8 @@ class ImeInput {
// position without finishing it.
void EnableIME(HWND window_handle);
- // Disables the IME attached to the given window, i.e. prohibits any user-input
- // events from being dispatched to the IME.
+ // Disables the IME attached to the given window, i.e. prohibits any
+ // user-input events from being dispatched to the IME.
// In Chrome, this function is used when:
// * a renreder process sets its input focus to a password input.
// Parameters
« no previous file with comments | « chrome/browser/child_process_security_policy.h ('k') | chrome/common/webkit_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698