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

Unified Diff: chrome/test/pyautolib/pyautolib.h

Issue 4710001: Split out command IDs from chrome_dll_resource.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/test/pyautolib/pyautolib.h
diff --git a/chrome/test/pyautolib/pyautolib.h b/chrome/test/pyautolib/pyautolib.h
index 00f1c28938e6ba4eb852092c4b4a8dac104f33e6..a12ca8f36b21f12f58b07b808992015503aae58d 100644
--- a/chrome/test/pyautolib/pyautolib.h
+++ b/chrome/test/pyautolib/pyautolib.h
@@ -76,7 +76,7 @@ class PyUITestBase : public UITestBase {
// Apply the accelerator with given id (IDC_BACK, IDC_NEWTAB ...) to the
// browser window at the given or first index.
- // The list can be found at chrome/app/chrome_dll_resource.h
+ // The list can be found at chrome/app/chrome_command_ids.h
// Returns true if the call was successful.
bool ApplyAccelerator(int id, int window_index = 0);

Powered by Google App Engine
This is Rietveld 408576698