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

Unified Diff: chrome/browser/chromeos/view_ids.h

Issue 8509027: Add status area to Aura builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 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/browser/chromeos/view_ids.h
diff --git a/chrome/browser/chromeos/view_ids.h b/chrome/browser/chromeos/view_ids.h
index a513a1c3e00e64e27969d8ce353fc3045027bdfb..674a5cafa16382a9ce502e5dd31cbc8a4a299a34 100644
--- a/chrome/browser/chromeos/view_ids.h
+++ b/chrome/browser/chromeos/view_ids.h
@@ -12,16 +12,13 @@
enum ChromeOSViewIds {
// Start with the offset that is big enough to avoid possible
// collision.
- VIEW_ID_STATUS_AREA = VIEW_ID_PREDEFINED_COUNT + 10000,
- VIEW_ID_SCREEN_LOCKER_SIGNOUT_LINK,
+ VIEW_ID_SCREEN_LOCKER_SIGNOUT_LINK = VIEW_ID_PREDEFINED_COUNT + 10000,
VIEW_ID_SCREEN_LOCKER_SHUTDOWN,
VIEW_ID_LAYOUT_MODE_BUTTON,
VIEW_ID_STATUS_BUTTON_ACCESSIBILITY,
VIEW_ID_STATUS_BUTTON_CAPS_LOCK,
- VIEW_ID_STATUS_BUTTON_CLOCK,
VIEW_ID_STATUS_BUTTON_INPUT_METHOD,
- VIEW_ID_STATUS_BUTTON_MEMORY,
VIEW_ID_STATUS_BUTTON_NETWORK_MENU,
VIEW_ID_STATUS_BUTTON_POWER
};

Powered by Google App Engine
This is Rietveld 408576698